Welcome to the Exchange Management Shell! Full list of cmdlets: Get-Command Only Exchange cmdlets: Get-ExCommand Cmdlets that match a specific string: Help ** Get general help: Help Get help for a cmdlet: Help or -? Exchange team blog: Get-ExBlog Show full output for a command: | Format-List Show quick reference guide: QuickRef VERBOSE: Connecting to YorktownCV5.abs.local. VERBOSE: Connected to YorktownCV5.abs.local. [PS] C:\Windows\system32>$Exchange2016HostName = "enterprise.abswa.com" [PS] C:\Windows\system32>Get-ExchangeServer | Where {($_.AdminDisplayVersion -Like "Version 14*") -And ($_.ServerRole -L ike "*ClientAccess*")} | Get-ClientAccessServer | Where {$_.OutlookAnywhereEnabled -Eq $True} | ForEach {Set-OutlookAnyw here "$_\RPC (Default Web Site)" -ClientAuthenticationMethod Basic -SSLOffloading $False -ExternalHostName $Exchange2016 HostName -IISAuthenticationMethods NTLM, Basic} WARNING: The Get-ClientAccessServer cmdlet will be removed in a future version of Exchange. Use the Get-ClientAccessService cmdlet instead. If you have any scripts that use the Get-ClientAccessServer cmdlet, update them to use the Get-ClientAccessService cmdlet. For more information, see http://go.microsoft.com/fwlink/p/?LinkId=254711. A parameter cannot be found that matches parameter name 'ClientAuthenticationMethod'. + CategoryInfo : InvalidArgument: (:) [Set-OutlookAnywhere], ParameterBindingException + FullyQualifiedErrorId : NamedParameterNotFound,Set-OutlookAnywhere + PSComputerName : yorktowncv5.abs.local [PS] C:\Windows\system32>Get-OutlookAnywhere RunspaceId : f547d0f1-d8ae-48ec-a8f9-da717cb4e378 ServerName : ENTERPRISE7 SSLOffloading : False ExternalHostname : enterprise.abswa.com InternalHostname : ExternalClientAuthenticationMethod : Basic InternalClientAuthenticationMethod : Ntlm IISAuthenticationMethods : {Basic, Ntlm, Negotiate} XropUrl : ExternalClientsRequireSsl : True InternalClientsRequireSsl : False MetabasePath : IIS://ENTERPRISE7.abs.local/W3SVC/1/ROOT/Rpc Path : C:\Windows\System32\RpcProxy ExtendedProtectionTokenChecking : None ExtendedProtectionFlags : {} ExtendedProtectionSPNList : {} AdminDisplayVersion : Version 14.3 (Build 123.4) Server : ENTERPRISE7 AdminDisplayName : ExchangeVersion : 0.10 (14.0.100.0) Name : Rpc (Default Web Site) DistinguishedName : CN=Rpc (Default Web Site),CN=HTTP,CN=Protocols,CN=ENTERPRISE7,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=ABS,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=abs,DC=local Identity : ENTERPRISE7\Rpc (Default Web Site) Guid : f36c6810-1e75-4b26-91b9-fdd921fe01d3 ObjectCategory : abs.local/Configuration/Schema/ms-Exch-Rpc-Http-Virtual-Directory ObjectClass : {top, msExchVirtualDirectory, msExchRpcHttpVirtualDirectory} WhenChanged : 9/24/2014 5:18:13 PM WhenCreated : 9/24/2014 5:18:13 PM WhenChangedUTC : 9/25/2014 12:18:13 AM WhenCreatedUTC : 9/25/2014 12:18:13 AM OrganizationId : Id : ENTERPRISE7\Rpc (Default Web Site) OriginatingServer : ENTERPRISE7.abs.local IsValid : True ObjectState : Changed RunspaceId : f547d0f1-d8ae-48ec-a8f9-da717cb4e378 ServerName : YORKTOWNCV5 SSLOffloading : True ExternalHostname : enterprise.abswa.com InternalHostname : enterprise.abswa.com ExternalClientAuthenticationMethod : Negotiate InternalClientAuthenticationMethod : Ntlm IISAuthenticationMethods : {Basic, Ntlm, Negotiate} XropUrl : ExternalClientsRequireSsl : True InternalClientsRequireSsl : True MetabasePath : IIS://YorktownCV5.abs.local/W3SVC/1/ROOT/Rpc Path : C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\rpc ExtendedProtectionTokenChecking : None ExtendedProtectionFlags : {} ExtendedProtectionSPNList : {} AdminDisplayVersion : Version 15.1 (Build 2044.4) Server : YORKTOWNCV5 AdminDisplayName : ExchangeVersion : 0.20 (15.0.0.0) Name : Rpc (Default Web Site) DistinguishedName : CN=Rpc (Default Web Site),CN=HTTP,CN=Protocols,CN=YORKTOWNCV5,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=ABS,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=abs,DC=local Identity : YORKTOWNCV5\Rpc (Default Web Site) Guid : 76e91ac5-d56c-4cae-90af-4c27c7a370ee ObjectCategory : abs.local/Configuration/Schema/ms-Exch-Rpc-Http-Virtual-Directory ObjectClass : {top, msExchVirtualDirectory, msExchRpcHttpVirtualDirectory} WhenChanged : 7/24/2020 4:57:33 PM WhenCreated : 7/23/2020 3:57:05 PM WhenChangedUTC : 7/24/2020 11:57:33 PM WhenCreatedUTC : 7/23/2020 10:57:05 PM OrganizationId : Id : YORKTOWNCV5\Rpc (Default Web Site) OriginatingServer : ENTERPRISE7.abs.local IsValid : True ObjectState : Changed [PS] C:\Windows\system32> [PS] C:\Windows\system32>Get-ExchangeServer | Where {($_.AdminDisplayVersion -Like "Version 14*") -And ($_.ServerRole -L ike "*ClientAccess*")} | Get-OutlookAnywhere | Format-Table Server, ClientAuthenticationMethod, IISAuthenticationMethods , SSLOffloading, ExternalHostname -Auto Server ClientAuthenticationMethod IISAuthenticationMethods SSLOffloading ExternalHostname ------ -------------------------- ------------------------ ------------- ---------------- ENTERPRISE7 {Basic, Ntlm, Negotiate} False enterprise.abswa.com [PS] C:\Windows\system32>